πŸ› οΈ All DevTools

Showing 4081–4100 of 4457 tools

Last Updated
May 03, 2026 at 08:00 PM

[Other] Show HN: kiln – Git-native, decentralized secret management using age Hi HN, I&#x27;ve been building this tool for the past couple of weeks to solve a problem that seems universal across development teams: sharing environment variables securely.<p>You know the drill - someone needs the staging database URL, so it gets shared over chat. Production API keys end up in plaintext files. Or you set up some complex secret management system that becomes a single point of failure during critical deployments.<p>At Zerodha, we&#x27;re a stock broker with strict regulatory requirements. Our infrastructure needs to be auditable, and our data must stay with us for instant recovery. But the deeper issue was that every solution we tried made deployments dependent on external services.<p>We tried GitLab CI&#x27;s built-in secrets, but they&#x27;re stored unencrypted and only repository maintainers can access them. HashiCorp Vault was too complex to manage with painful ACL setup, plus it&#x27;s now crippled by their BSL license change. AWS Secrets Manager would create the vendor lock-in we wanted to avoid.<p>The breaking point came when we wanted to manage secrets through Terraform for idempotency and better infrastructure-as-code practices. But Terraform has no built-in way to encrypt secrets without relying on external providers. We could either store secrets in plaintext in our Terraform configs or add yet another external dependency to our deployment pipeline.<p>That&#x27;s when I had the idea: what if we could inject encrypted environment variables directly into Terraform, so anyone with the right key could deploy without hunting down secrets from different systems? As I iterated through this idea, I realized the same pattern would work for any application - from personal projects to team deployments.<p>So I built kiln. It encrypts environment variables using age encryption into files that live alongside your code. No servers, no network calls, no external dependencies. Each team member gets their own key, and you control access per environment.<p>Here&#x27;s how it works:<p><pre><code> # Generate a new age key, or use your existing SSH keys kiln init key # Initialize with your team&#x27;s public keys kiln init config --recipients &quot;alice=$(curl https:&#x2F;&#x2F;gitlab.company&#x2F;alice.keys)&quot; --recipients &quot;me=$(cat ~&#x2F;.ssh&#x2F;id_ed25519.pub)&quot; # Set secrets (prompts securely, never shows in terminal) kiln set DATABASE_URL kiln set API_KEY # Run your app with decrypted environment kiln run npm start # These encrypted files are safe to commit git add .kiln.env kiln.toml </code></pre> Why not SOPS? SOPS is great for general file encryption, but kiln is built specifically for the environment variable workflow. It has commands like &quot;run&quot;, &quot;export&quot;, and built-in team management. Think &quot;SOPS for .env files&quot; with a focus on developer UX.<p>Why not raw age encryption? Age is perfect for the crypto layer, but terrible for day-to-day team workflows. Try managing 20 team members across 5 environments with raw age commands - you&#x27;ll go insane. kiln handles the orchestration.<p>As for technical details, kiln:<p>- Uses age encryption (modern, audited, simple)<p>- Works with existing SSH keys or generates new age keys<p>- Role-based access via TOML configuration<p>- Single, cross-platform Go binary<p>- Zero network dependencies - everything works offline<p>- MIT licensed<p>The game-changer: secrets travel with code. No more &quot;can someone send me the staging secrets?&quot; in chat. No more broken deploys because the secret service is down. No more hoping your vendor doesn&#x27;t change their pricing or licensing.<p>Try it out - I&#x27;m confident it&#x27;ll help improve your team&#x27;s deployment workflows. Feel free to ask me any questions!<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;thunderbottom&#x2F;kiln">https:&#x2F;&#x2F;github.com&#x2F;thunderbottom&#x2F;kiln</a><p>Docs: <a href="https:&#x2F;&#x2F;kiln.sh" rel="nofollow">https:&#x2F;&#x2F;kiln.sh</a><p>Or install now: go install github.com&#x2F;thunderbottom&#x2F;kiln@latest

Found: July 17, 2025 ID: 366

freeCodeCamp/devdocs

GitHub Trending

[Other] API Documentation Browser

Found: July 17, 2025 ID: 361

WasmEdge/WasmEdge

GitHub Trending

[DevOps] WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices.

Found: July 17, 2025 ID: 360

gitleaks/gitleaks

GitHub Trending

[Testing] Find secrets with Gitleaks πŸ”‘

Found: July 17, 2025 ID: 359

[Other] Show HN: Easy alternative to giflib – header-only decoder in C Hi HN, I made a lightweight, header-only GIF decoder in C, inspired by stb-style libraries. No dynamic allocation, portable, and optimized for embedded devices.<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;Ferki-git-creator&#x2F;TurboStitchGIF-HeaderOnly-Fast-ZeroAllocation-PlatformIndependent-Embedded-C-GIF-Decoder">https:&#x2F;&#x2F;github.com&#x2F;Ferki-git-creator&#x2F;TurboStitchGIF-HeaderOn...</a><p>Would love feedback or suggestions.

Found: July 17, 2025 ID: 371

Parsing Protobuf like never before

Hacker News (score: 197)

[Other] Parsing Protobuf like never before See also <a href="https:&#x2F;&#x2F;buf.build&#x2F;blog&#x2F;hyperpb" rel="nofollow">https:&#x2F;&#x2F;buf.build&#x2F;blog&#x2F;hyperpb</a> (via <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44661785">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44661785</a>)

Found: July 17, 2025 ID: 475

[Testing] Run mobile & web tests in minutes with a desktop app All-in-one desktop app to automate testing for mobile & web apps β€” no CLI, no IDE setup. Create, run & scale tests in minutes. Built on the open-source Maestro framework. Free to use. For devs & non-tech teammates.

Found: July 17, 2025 ID: 356

CopyMagic

Product Hunt

[Other] Smartest clipboard manager for macOS CopyMagic is a smart clipboard manager for macOS that supports semantic queries and intelligent clipboard management.

Found: July 17, 2025 ID: 357

PitchGrid

Product Hunt

[Other] Sports video analysis made simple Synchronized video analysis for sports coaches and athletes. Sync, analyze, and improve performance with frame-perfect precision using just your smartphone.

Found: July 17, 2025 ID: 358

Untitled UI React

Product Hunt

[Other] Open-source React components. Just copy, paste, and build. Untitled UI React is the world’s largest collection of open-source React components built with Tailwind CSS and React Aria. Skip months of design and development with everything you need to design and develop modern UI. Just copy, paste, and build.

Found: July 17, 2025 ID: 362

Iris SaaS Kit

Product Hunt

[Other] The SaaS starter that's actually batteries included Iris SaaS Kit is a fullstack boilerplate for multi-tenant SaaS apps with Convex DB, Stripe billing, a super admin panel, and clean architecture for AI-assisted dev. Build B2B SaaS or client dashboards fast. Try the demo: saaskitdemo.iristech.my

Found: July 17, 2025 ID: 363

Uncursor

Product Hunt

[Other] Build Apps and Websites with AI. On iOS, Android, & the Web A vibe coding platform that allows you to build from anywhere. Use natural language and our AI agent will create apps and websites and deploy them live to the web in seconds.

Found: July 17, 2025 ID: 364

[DevOps] AI agent that automates infra without hallucinating Bennu is the first zero-hallucination AI agent that automates DevOps and infrastructure workflows using real, pre-approved functions. No fake code, no prompts β€” just trusted execution. Works offline, runs on any system, and speaks your language (literally).

Found: July 17, 2025 ID: 365

[Other] Create accessible HTML patterns instantly Generate semantic HTML patterns without the stress. This beginner-friendly tool creates clean, accessible code from simple form inputs. Live preview, instant copy, and follows web standards - perfect for any skill level

Found: July 17, 2025 ID: 367

ADK-TS

Product Hunt

[Other] Build smart, tool-using agents in just one line Comprehensive framework for building sophisticated AI agents with multi-LLM support, advanced tool integration, memory systems, and flexible conversation flows.

Found: July 17, 2025 ID: 370

Securable

Product Hunt

[Testing] Secure your vibe coded applications Comprehensive end-to-end testing for your vibe coded application. We identify vulnerabilities, UX flaws, functionality bugs, and security issues before they impact your users and your business.

Found: July 17, 2025 ID: 373

[CLI Tool] Show HN: Linux CLI tool to provide mutex locks for long running bash ops Been exploring claude and spec-based coding, I think it turned out fairly successful. It&#x27;s just a simple unix-style tool that gives you a single command to use in bash scripts to simplify mutex or semaphore locking of execution.

Found: July 17, 2025 ID: 355

[API/SDK] Open-Source BCI Platform with Mobile SDK for Rapid Neurotech Prototyping

Found: July 16, 2025 ID: 410

[Other] Show HN: A 'Choose Your Own Adventure' written in Emacs Org Mode I authored and developed an interactive children&#x27;s book about entrepreneurship and money management. The journey started with Twinery, the open-source tool for making interactive fiction, discovered right here on HN. The tool kindled memories of reading CYOA style books when I was a kid, and I thought the format would be awesome for writing a story my kids could follow along, incorporating play money to learn about transactions as they occurred in the story.<p>Twinery is a fantastic tool, and I used it to layout the story map. I really wanted to write the content of the story in Emacs and Org Mode however. Thankfully, Twinery provided the ability to write custom Story Formats that defined how a story was exported. I wrote a Story Format called Twiorg that would export the Twinery file to an Org file and then a Org export backend (ox-twee) to do the reverse. With these tools, I could go back and forth between Emacs and Twinery for authoring the story.<p>The project snowballed and I ended up with the book in digital and physical book formats. The Web Book is created using another Org export backend.<p>Ten Dollar Adventure: <a href="https:&#x2F;&#x2F;tendollaradventure.com" rel="nofollow">https:&#x2F;&#x2F;tendollaradventure.com</a><p>Sample the Web Book (one complete storyline&#x2F;adventure): <a href="https:&#x2F;&#x2F;tendollaradventure.com&#x2F;sample&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tendollaradventure.com&#x2F;sample&#x2F;</a><p>I couldn&#x27;t muster the effort to write a special org export backend for the physical books unfortunately and used a commercial editor to format these.<p>Twiorg: <a href="https:&#x2F;&#x2F;github.com&#x2F;danishec&#x2F;twiorg">https:&#x2F;&#x2F;github.com&#x2F;danishec&#x2F;twiorg</a><p>ox-twee: <a href="https:&#x2F;&#x2F;github.com&#x2F;danishec&#x2F;ox-twee">https:&#x2F;&#x2F;github.com&#x2F;danishec&#x2F;ox-twee</a><p>Previous HN post on writing the transaction logic using an LLM in Emacs: <a href="https:&#x2F;&#x2F;blog.tendollaradventure.com&#x2F;automating-story-logic-with-llms&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.tendollaradventure.com&#x2F;automating-story-logic-w...</a><p>Twinery 2: &lt;<a href="https:&#x2F;&#x2F;twinery.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;twinery.org&#x2F;</a>&gt; and discussion on HN: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32788965">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32788965</a>

Found: July 16, 2025 ID: 353

[Other] Metaflow: Build, Manage and Deploy AI/ML Systems

Found: July 16, 2025 ID: 354
Previous Page 205 of 223 Next